home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / SuperJam v1.0a.adf / TurboPlayer and Arexx < prev    next >
Text File  |  1991-12-15  |  1KB  |  61 lines

  1. TurboPlayer ARexx Port Name: "TurboPlayer ARexx"
  2.  
  3.  
  4. ARexx Commands recognized by the TurboPlayer:
  5. ---------------------------------------------
  6.  
  7. FADE volume frames
  8.  
  9.         Fades to the specified volume over a set amount of time (in
  10.     frames).  Volume range is 0 to 63.
  11.  
  12. FRAME smpteframerate
  13.  
  14.         Sets the SMPTE frame rate.  Valid rates are 24, 25, and 30.
  15.  
  16. INSTALL filename
  17.  
  18.         Installs a preloaded file, making that file the current song.
  19.  
  20. LOCATE SMPTE hh:mm:ss.ff
  21.  
  22.         Repositions the current song position to the specified time.
  23.  
  24. OPEN SONG filename
  25.  
  26.         Loads and installs the specified filename.
  27.  
  28. PRELOAD filename
  29.  
  30.         Loads the specified filename (even while another song is
  31.     playing).
  32.  
  33. QUITTURBO
  34.  
  35.         Causes the program to exit (same as hitting the Close Gadget on
  36.     the TurboPlayer window).
  37.  
  38. REMOVE filename
  39.  
  40.         Removes the specified filename from the list of loaded files.
  41.  
  42. START
  43. START SMPTE hh.mm.ss.ff
  44.  
  45.         Starts playing the current song, wither from the beginning or
  46.     from the specified SMPTE offset.
  47.  
  48. STOP
  49.  
  50.         Stops playing the current song.
  51.  
  52. VOLUME volume
  53.  
  54.         Sets the volume to the specified value.  Valid values are 0 to 63.
  55.  
  56. WAIT STOP
  57. WAIT SMPTE hh.mm.ss.ff
  58.  
  59.         Waits until the current file has stopped playing or until a
  60.     specific SMPTE time is reached.
  61.